home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /*** ***/
- /*** AUTHOR : RH ***/
- /*** ***/
- /*** SHORT DESCRIPTION : resources for mtestpm.exe ***/
- /*** ***/
- /*** PART OF : mtestpm ***/
- /*** ***/
- /*** COPYRIGHT : (C) 1995 a priori Computer Solutions GmbH ***/
- /*** ***/
- /************************************************************************/
-
- /*----------------------------------------------------------------------*/
- /* includes */
- /*----------------------------------------------------------------------*/
- #include <os2.h>
- #include "resid.h"
-
- /*----------------------------------------------------------------------*/
- /* icons */
- /*----------------------------------------------------------------------*/
- icon ID_mtestpm mtestpm.ico
-
- /*----------------------------------------------------------------------*/
- /* dialogs */
- /*----------------------------------------------------------------------*/
- rcinclude about.dlg
- rcinclude test.dlg
-
- /*----------------------------------------------------------------------*/
- /* menus */
- /*----------------------------------------------------------------------*/
-
- menu ID_mtestpm preload
- {
- submenu "~File", ID_FILE
- {
- menuitem "~C-Scout Test", IDD_TESTDLG
- menuitem "", 0, MIS_SEPARATOR
- menuitem "E~xit", ID_EXIT
- menuitem "", 0, MIS_SEPARATOR
- menuitem "~Product Information", IDD_ABOUTDLG
- }
- }
-
- /*----------------------------------------------------------------------*/
- /* keys */
- /*----------------------------------------------------------------------*/
-
- acceltable ID_mtestpm
- {
- VK_F3, ID_EXIT, VIRTUALKEY
- }
-
- /*----------------------------------------------------------------------*/
- /* messages */
- /*----------------------------------------------------------------------*/
- rcinclude mtestpm.mtb
-
- /*----------------------------------------------------------------------*/
- /* helptables */
- /*----------------------------------------------------------------------*/
- rcinclude mtestpm.htb
-
- /************************************************************************/
- /*** EOF mtestpm.rc ***/
- /************************************************************************/